* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  font-size: 20px;
  background-color: #1a32a1;
  color: white;
  height: 100vh;
}

.partners_logos {
  list-style: none;
}

.rock310_logo {
  font-size: 3em;
}

.construct_header,
.construct_header,
.rock310_logo {
  text-align: center;
  margin: 0.8em 0;
}

.header,
.partners,
.partners_logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
